[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Memo (bVar,lEdit,[cTitle],[R],[C],[RSize],[CSize],[CurSize],[Clr],[lShd]):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Functions:
~~~~~~~~~~
The memo field is edited or viewed, or any text defined with get/set
code block.
Parameter description:
~~~~~~~~~~~~~~~~~~~~~~
bVar: get/set code block created i.g. by FieldWBlock(), it is the
item to edit
lEdit: true it can be edited
cTitle: editation window title, default is "Text"
R: top edit window border (default- cursor position)
C: left edit window border (default - cursor position)
RSize: edited window size, row count, default is MaxRow()/3
CSize: edited window size, col count, default is MaxCol()/2
CurSize: system attempts to position the window nearest to the R,C
coordinate not to cover the CurSize() characters on this
coordinate.
Clr: window color, default is m->Color:Edit or m->Color:View
lShd: true if to paint a shadow, default is true for color monitors,
false for mono.
Return value:
~~~~~~~~~~~~~
edited text
Remarks:
~~~~~~~~
for color definition is a public non-clipper object m->Color used.
Source code is in file Object3.prg
See Also:
SetMemoWrap
EditGetMsg
Color
m->Color
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson